From: Herbert Xu Date: Wed, 22 Apr 2015 07:06:30 +0000 (+0800) Subject: crypto: tcrypt - Include crypto/aead.h X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~4320^2~240 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1ce5a04d9f3e8f1f25aa1d6da8612bfeeca7b306;p=linux-4.9.git crypto: tcrypt - Include crypto/aead.h All users of AEAD should include crypto/aead.h instead of include/linux/crypto.h. Signed-off-by: Herbert Xu Acked-by: David S. Miller --- diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index 22cdd61e6cec..2bff6130d806 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c @@ -22,6 +22,7 @@ * */ +#include #include #include #include